home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / address.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  63 lines

  1. (User.programs) 
  2. Item: 225 by _ciarn at hpcvbbs.UUCP 
  3. Author: [Dan Ciarniello] 
  4.   Subj: ADDRESS V1. 
  5.   Date: Sun Feb 10 1991 
  6.  
  7. I've yet to see any programs written that make use of James Donnelly's Toolkit. 
  8. Here's an 'Address Book' program that I've written that does make use of it. 
  9. You must have the Tool and Data Browser Libraries installed on the 48 to use 
  10. this program. 
  11.  
  12. This program allows one to view, add, delete, edit and search through an 
  13. electronic address 'book.' To use the program, load it into any directory and 
  14. press ADDRESS.  Any variables that ADDRESS needs will be automatically created. 
  15.  
  16. The keyboard is defined as given in the Toolkit manual on page 16 with the 
  17. following additions: 
  18.  
  19. ADD - Add an entry to the directory.  The program successively prompts for 
  20.       Name, Street Address, City, Postal Code, Home Phone Number, and Work 
  21.       Phone Number.  An item may be skipped by pressing ENTER by itself. 
  22.       However, if no name is entered, the ADD subroutine is terminated and the 
  23.       program returns to the Data Browser. 
  24. DEL - Delete an entry from the directory.  You are asked for confirmation 
  25.       before being allowed to proceed.  You must answer either YES or NO. 
  26. PREV - View the entry preceding the current entry.  If the current entry is the 
  27.        first one in the directory, then wrap around to the last one. 
  28. NEXT - View the entry following the current entry.  If the current entry is the 
  29.        last one in the directory, then wrap around to the first one. 
  30. FIND - Alternative to pressing the 'alpha' key for entering search mode. 
  31. EXIT - Exit the program saving any changes that have been made. 
  32. ENTER - Put the current entry on the stack as a list containing the following 
  33.         items: { "First+Middle Name" "Last Name" "Street Address" "City]" 
  34.         "Postal Code" "Home Phone" "Work Phone" } 
  35. ATTN - Exit he program discarding changes. 
  36.  
  37. Names can be 1, 2, or 3 words in length.  Names longer than three words are not 
  38. supported.  One word names are treated as last names for sorting purposes. 
  39.  
  40. Names are sorted by last name by default.  If you want to sort by some other 
  41. item, then change the value of SVAR thus: 
  42.     1 = first name 
  43.     2 = last name 
  44.     3 = street address 
  45.     4 = city 
  46.     5 = postal code 
  47.     6 = home phone number 
  48.     7 = work phone number 
  49.  
  50. Data may be entered in either upper or lower case but name, address, and city 
  51. are changed to initial caps by default. 
  52.  
  53. Note that this is a Canadian address book.  Thus the program prompts for Postal 
  54. Code rather than Zip Code.  If you want an American address book instead, just 
  55. change the appropriate lines in the program. 
  56.  
  57. ************************************************************************ 
  58. Dan Ciarniello            Dan_Ciarniello@cc.sfu.ca 
  59. Capilano College          n1n8@cc.sfu.ca 
  60. North Vancouver, B. C.    akcs.ciarn 
  61.  
  62. "F=ma but you can't push a rope" 
  63.